From 896a6b245205b23992f05ee7daca6a36b0c3c475 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 29 Apr 2011 16:50:17 -0400 Subject: [PATCH] Fix the build G_GNUC_FUNCTION is deprecated. --- gtk/gtkcolorbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index 352695d73d..472efddb6c 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -369,7 +369,7 @@ gtk_color_button_drag_data_received (GtkWidget *widget, */ if (length != 8) { - g_warning ("%s: Received invalid color data", G_GNUC_FUNCTION); + g_warning ("%s: Received invalid color data", G_STRFUNC); return; } -- 2.30.2